[XEN] Remove redundant redeclaration of 'machine_restart'.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 8 Aug 2006 08:19:32 +0000 (09:19 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 8 Aug 2006 08:19:32 +0000 (09:19 +0100)
Fixes compile warning with gcc 3.4.2.
Signed-off-by: Hollis Blanchard <hollis@us.ibm.com>
xen/drivers/char/console.c

index 1e7f107966603c0f6cacaf4bcc022d0a388bb657..4f9bf9155b15a3a30b4f8bd1c3a33f4646a41b26 100644 (file)
@@ -716,7 +716,6 @@ void panic(const char *fmt, ...)
     char buf[128];
     unsigned long flags;
     static DEFINE_SPINLOCK(lock);
-    extern void machine_restart(char *);
     
     debugtrace_dump();